@charset "utf-8";

/******************** 메인-공통 ********************/
[class*=section]{position: relative; /* display: table; */ width: 100%; padding: 5rem var(--common-padding) 0rem; box-sizing: border-box;}
[class*=section].visual {margin:0!important; margin-top:0!important; padding: 0!important;}
[class*=section].customer {margin:0!important; margin-top:5rem!important; padding: 0!important;}
[class*=section] [class*=main-] {margin: 0 auto; max-width: var(--common-width);}
[class*=section] [class*=main-visual] {max-width: 100%!important;}
[class*=section] .title {margin: 0 auto 4rem; font-size: 2rem; text-align: center; display: flex; flex-direction: column; gap: 0.5rem; width: 100%;}
[class*=section] .title:before {content: ''; display: block; background: url(../images/main/main_title_bg.png) no-repeat center center / contain; height: 2rem; margin-bottom: 1rem; opacity: .3;}
[class*=section] .maintit {color: var(--theme-color); font-size: 4.5rem; text-transform: capitalize; /* line-height: 1; */}
[class*=section] .subtit {color: var(--mudgray);}
/* 관심고객등록 예외 */
[class*=section].customer .title {margin: 0 auto 2rem!important;}
[class*=section].customer .maintit {color: var(--tanblack);}




/******************** 메인섹션-비쥬얼 ********************/
.visual {position: relative; display: block;}
.main-visual {overflow: hidden; background-color: var(--theme-color);}
.main-visual .swiper-slide {position: relative; height: 100vh; }
.main-visual .swiper-slide .bg {position:absolute; top:0; right:0; left:0; bottom:0; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;
	opacity: 1;
	transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-webkit-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	
}
.main-visual .swiper-slide.swiper-slide-active .bg {
	opacity: 1;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	filter: blur(0px) brightness(0.9);
}
.main-visual .swiper-slide .bg-mo {position:absolute; top:0; right:0; left:0; bottom:0; width: 100%;  background-position:50% 50%; background-repeat:no-repeat; background-size:cover; display: none; 
	opacity: 1;
	transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-webkit-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-visual .swiper-slide.swiper-slide-active .bg-mo {
	opacity: 1;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main-visual .swiper-slide.item1 .bg {background-image: url(../images/main/main_visual01.jpg);}
.main-visual .swiper-slide.item2 .bg {background-image: url(../images/main/main_visual02.jpg);}
.main-visual .swiper-slide.item3 .bg {background-image: url(../images/main/main_visual03.jpg);}

.main-visual .swiper-slide .copy {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); /* bottom: 5rem; */ width: calc(100% - 20vw); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; text-align: center; color: var(--white); text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.95);}
.main-visual .swiper-slide .copy p {display: none;}
.main-visual .swiper-slide .copy b {font-weight: 600; font-size: 2rem; /* margin-bottom: 1rem; */margin-top: 1rem; text-transform: uppercase; letter-spacing: -0.01em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; width: 40vw;}
.main-visual .swiper-slide .copy span.mtxt {font-weight: 300; font-size: 7rem; line-height: 1.1; letter-spacing: -0.06em; margin-bottom: 0rem;}
.main-visual .swiper-slide .copy span.stxt {font-weight: 500; font-size: 7rem; line-height: 1.1; letter-spacing: -0.06em; margin-bottom: 0rem;}
.main-visual .swiper-slide .copy em {font-weight: 500;}
.main-visual .swiper-slide .pag {position: absolute; z-index: 200; color: var(--white); bottom: 10px; left: 0; width: 100%; text-align: center; display: flex; justify-content: center; align-items: center;}
.main-visual .pag {color: var(--white); position: absolute; bottom: 95px; left: 0; width: 100%; text-align: center;	z-index: 2;	display: flex; justify-content: center; align-items: center;}
.main-visual .pag b {font-weight: 500; width: 3rem;}
.main-visual .pag .bar {position: relative; margin: 0 15px; width: 90px; height: 2px; background-color: var(--white-a3);}
.main-visual .pag .bar:after {content: ''; position: absolute; top: 0; left: 0; height: 2px; background-color: var(--white); display: block; transition: var(--transition2);}
/* .main-visual .pag.act1 .bar:after {width: 33.3%;}
.main-visual .pag.act2 .bar:after {width: 66.6%;}
.main-visual .pag.act3 .bar:after {width: 100%;} */
/* 슬라이드넘버 */
/* .main-visual .pag.act1 .bar:after {width: calc(100% / {{slider_count}} * 1);}
.main-visual .pag.act2 .bar:after {width: calc(100% / {{slider_count}} * 2);}
.main-visual .pag.act3 .bar:after {width: calc(100% / {{slider_count}} * 3);} */

.main-visual .pag-num {display: none;}


/* 메인레이어데코 */
.pop-deco {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9; width: 50vw; max-width: 50vw; min-width: 20vw; height: unset; text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.95); letter-spacing: -0.06em;/*  */ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; color: var(--white); font-size: 2.2rem; line-height: 1.1; text-align: center;}
.pop-deco .titles {font-size: 6rem; font-weight: 600;}
.pop-deco .deco {background: url(../images/main/pop-deco.png)no-repeat center center / cover; width: 40rem; height: 15rem; max-width: 40rem; min-width: 20rem;}
.pop-deco .desc {text-overflow: ellipsis; overflow: hidden; word-break: auto-phrase; line-height: 1.2; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}



/* 메인 싱글 이미지 */
.visual-single{position: relative;/* display: table; */ width: 100%; /* height: 100vh;  */padding:0; box-sizing: border-box;}
.main-visual-single .inner {display: flex; justify-content: center; margin-top: var(--header-height); /* width: 100%; height: 100vmin; */}
.main-visual-single .inner img{ width: 100%;}

/* 메인화면 동영상 */
.visual-video{padding: 0;}
.main-visual-video {position: relative;/* display: table; */ width: 100%; /* height: 100vh;  */padding:0; box-sizing: border-box; }
.main-visual-video .inner {position: relative; padding-bottom: 56.25%; /* 16:9 비율 */ height: 0; overflow: hidden; max-width: 100%; background: #000; margin-top: var(--header-height);}
.main-visual-video .inner iframe{ width: 100%; height: 100%; position: absolute; top: 0;left: 0;}


/* 이전다음버튼 */
.main-visual .prev, .main-visual .next {position: absolute; z-index: 3; width: 80px; height: 80px; border: 1px solid var(--white); border-radius: 20rem; display: block; left: 5rem; top: 50%; transform: translateY(-50%); transition: var(--transition2); transition-property: backdrop-filter opacity; opacity: .6;}
.main-visual .next {left: auto; right: 5rem;}
/* .main-visual .prev:after, .main-visual .next:after {content: ''; position: absolute; top: 50%; left: 50%; width: 18px; height: 18px; border-top: 2px solid var(--white); border-right: 2px solid var(--white); display: block; margin: -9px 0 0 -6px; transform: rotate(-135deg); opacity: 0.5;}
.main-visual .next:after {margin: -9px 0 0 -12px; transform: rotate(45deg);} */
.main-visual .prev::after, .main-visual .next::after {content: '\f053'; font-size: 5rem; color: var(--white); transition: var(--transition2);}
.main-visual .next::after {content: '\f054';}
.main-visual .prev:hover, .main-visual .next:hover {backdrop-filter: var(--backdrop-filter); opacity: 1;}
.main-visual .prev:hover::after, .main-visual .next:hover::after {}



/*********** sns-bx ***********/
.visual .sns-bx {position: absolute; bottom:5rem; left:5rem; display: flex; z-index: 10;}
.visual .sns-bx a {display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 10rem; /* background-color: rgba(0,0,0,.5); */}
.visual .sns-bx a + a {margin-left: 5px;}
.visual .sns-bx a.sns1 {background:rgba(231, 209, 13, 0.8); /* #d4bf00 */}
.visual .sns-bx a.sns2 {background:rgba(165, 6, 170, 0.8); /* #8b8b8b */}
.visual .sns-bx a.sns3 {background:rgba(27, 190, 136, 0.8); /* #2aa57c */}
.visual .sns-bx a:after {display: flex; align-items: center; justify-content: center; font-size: 2.65rem; line-height: 1.1; color: var(--white-a); font-family: var(--awesome); font-weight: 600;}
.visual .sns-bx a.sns1::after {content: "\f075";}
.visual .sns-bx a.sns2::after {content: "\f16d";}
.visual .sns-bx a.sns3::after {content: "\f167";}



/*********** main-popup ***********/
/*
.pop-sm {position: absolute; right: 0; bottom:0; width: 120px; z-index: 11;}
.pop-sm a {display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1rem; width: 120px; height: 120px;}
.pop-sm a.bt-popup {background: var(--accent-color); color: var(--white); font-size: 2rem; text-transform: uppercase; font-size: 2rem;}
.pop-sm a.bt-popup::after {content: "\f1ea"; font-size: 2.35rem;}
.main-pop {position: fixed; bottom: 0; right: 0; z-index: 99; width: 840px; overflow: hidden;}
.main-pop .pop-slide {position: relative;}
.main-pop .pop-slide .pag {display: none;}
.main-pop .pop-foot {height: 60px; display: flex; align-items: center; justify-content: center; background: var(--black); color: var(--white);}
.main-pop .pop-foot .today {padding: 0 28px; color: var(--white); margin-right: auto;}
.main-pop .pop-foot .today input[type=checkbox] {width: 24px; height: 24px; border-radius: 0; border: 1px solid var(--white); background-image: none; margin-right: 20px;}
.main-pop .pop-foot .bt-close {position: relative; width: 60px; height: 60px; background-color: var(--theme-color); display: block;}
.main-pop .pop-foot .bt-close:before,
.main-pop .pop-foot .bt-close:after {content: ''; width: 26px; height: 2px; background-color: var(--white); position: absolute; top: 50%; left: 50%; display: block; margin: -1px 0 0 -13px; transition: var(--transition2); transform: rotate(45deg);}
.main-pop .pop-foot .bt-close:after {transform: rotate(-45deg);}
*/
/*********** main-popup ***********/
.pop-sm {position: absolute; right: 0; bottom:0; z-index: 11; display: none;}
.pop-sm span {display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 0rem; width: 12rem; height: 12rem;}
.pop-sm span.bt-popup {background: var(--accent-color); color: var(--white); text-transform: uppercase; font-size: 1.65rem;}
.pop-sm span.bt-popup::after {content: "\f03e"; font-size: 3rem; font-weight: 400;}
.main-pop {position: fixed; top: 50%; right: 50%; transform: translate(50%, -50%); z-index: 99; width: 100%; overflow: hidden; display: none; right:'-100%'; background-color: #FFF;}
.main-pop.pupup_count{max-width: 1200px;}
.main-pop.pupup_count_1{max-width: 400px;}
.main-pop.pupup_count_2{max-width: 800px;}
.main-pop .pop-slide {position: relative;}
.main-pop .pop-slide .pag {display: none;}
.main-pop .pop-foot .act1 {display: flex; align-items: center; justify-content: space-between; gap: 1rem;	padding-right:4rem;}
.main-pop .pop-foot .act1 button {color: var(--white-a5); font-weight: 100; line-height: 1.45; font-size: 1.5rem; text-transform: uppercase; display: flex; align-items: center; justify-content: center; width: 5rem; height: 5rem;}
.main-pop .pop-foot .act1 button span {}
.main-pop .pop-foot .act1 .prev::before {content: "\f053";}
.main-pop .pop-foot .act1 .next::after {content: "\f054";}
.main-pop .pop-foot {height: 6rem; display: flex; align-items: center; justify-content: space-between; background: var(--black); color: var(--white);}
.main-pop .pop-foot .today {padding: 0 1rem; color: var(--white); font-size: 1.65rem; font-weight: 300;}
.main-pop .pop-foot .today input[type=checkbox] {width: 2rem; height: 2rem; border-radius: 0; border: 1px solid var(--white); background-image: none; margin-right: 1rem;}
.main-pop .pop-foot .bt-close {position: relative; width: 6rem; height: 6rem; background-color: var(--tanblack); display: block;}
.main-pop .pop-foot .bt-close:before,
.main-pop .pop-foot .bt-close:after {content: ''; width: 2.6rem; height: 2px; background-color: var(--white); position: absolute; top: 50%; left: 50%; display: block; margin: -0.1rem 0 0 -1.3rem; transition: var(--transition2); transform: rotate(45deg);}
.main-pop .pop-foot .bt-close:after {transform: rotate(-45deg);}
.main-pop .swiper-slide{background: var(--white); max-height:500px; /* width:100%; */overflow: hidden;}
.main-pop .swiper-slide > a > img{object-fit: fill; width:100%; height: 100%;}
.main-pop .swiper-slide > span > img {object-fit: fill; width:100%; /* height: 500px; */}


/****************** 메인섹션-라이프 ****************/
.main-life {position: relative;}
.main-life .info-con + .info-con:not(:nth-of-type(1)) {padding-top: 3rem;}
/* .main-life:after {content: ''; position: absolute; bottom: 8rem; right: 6rem; width: 20rem; height: 20rem; border-radius: 50rem 50rem 50rem 50rem; border: 0px solid var(--accent-color); background-color: var(--accent-color); opacity: 1; z-index: 3;}
.main-life:before {content: ''; position: absolute; bottom: 10rem; right: 20rem; width: 10rem; height: 10rem; border-radius: 50rem 50rem 50rem 50rem; border: 0px solid var(--white); background-color: var(--theme-color); opacity: .8; z-index: 5;} */
.main-life .life-slide {position: relative; width: 100%; /* width: 65vw; */ margin: 0 auto; box-sizing: border-box;}
.main-life .life-slide .bg {max-width: 100%; position: relative;}
.main-life .life-slide .bg img {object-fit: cover; object-position: center; border-radius: 0rem; /* box-shadow: var(--box-shadow2); */ width:100%;}
.main-life .life-slide .bg .mtxt {position: absolute; bottom: 0; display: block; width: 100%; color: var(--white); background: transparent; backdrop-filter: var(--backdrop-filter); padding: 2rem; font-size: 2.4rem; height: 8rem; line-height: 4rem; box-sizing: border-box; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main-life .life-slide .bg .mtxt:after {content: ""; display: block; position: absolute; top: 0; left: 0; background: linear-gradient(45deg, rgba(0,0,0,.6), transparent); width: 100%; height: inherit; z-index: -1; backdrop-filter: var(--backdrop-filter);}

.main-life .life-slide .copy {/* position: absolute;  top: 2rem; left: 0rem; z-index: 2;*/ padding: 2rem 0; color: var(--tanblack);/*  line-height: 1.2; font-size: 2.35rem; font-weight: 400; */ display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; width: 100%; box-sizing: border-box;}
/* .main-life .life-slide .copy:before {content: ""; display: block; position: absolute; top: 22rem; left: 0; transform: translate(-0%, -0%); background: var(--black); width: 100%; height: 5rem; opacity: .5;} */
.main-life .life-slide .copy p {display: none;}
.main-life .life-slide .copy > b {font-weight: 600; margin-top: 1rem; text-transform: uppercase; display: none;}

/* .main-life .life-slide .copy-title .mtxt {font-weight: 600; font-size: 2.4rem; line-height: 1.1; margin: 0rem 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%;} */
.main-life .life-slide .copy span.stxt {line-height: 1.35; font-size: 2rem; font-weight: 300; display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.main-life .life-slide .copy span.itxt {display: block; margin-top: 40px; padding: 7px 50px; border: 1px solid var(--white); transition: 0.5s all; font-weight: 500;}
.main-life .life-slide .copy span.itxt:hover {background-color: #0000007c; color: rgb(255, 255, 255);}


.main-life .life-slide .copy em {color: var(--theme-color); font-weight: bold;}
/* 페이지넘버 */
.main-life .life-slide .copy .pag {/* position: absolute; top: 40rem; left: 24rem; transform: translateX(0); z-index: 2;  */display: none;  font-weight: 200; color: var(--white); /* width: 60vw; */}
.main-life .life-slide .copy .pag > b {margin-right: 10px; color: var(--white); /* font-size: 3rem!important; */}
.main-life .life-slide .copy .pag > em {margin-left: 10px; color: var(--white)!important; font-weight: 200!important;}
/* 좌우버튼 */
.main-life .prev,
.main-life .next {position: absolute; z-index: 3; right: auto; bottom: 2rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 1rem 1.5rem; border: 1px solid var(--gray); border-radius: 50rem;}
.main-life .next {left: auto; right: 0;}

.main-life .prev:before,
.main-life .next:before,
.main-life .prev:after,
.main-life .next:after {content: ''; font-size: 1.65rem; color: var(--mudgray); letter-spacing: 1px;}
.main-life .prev:after {/* content: '< prev'; */ content: '이전'; font-family: var(--pretendard); text-transform: capitalize;}
.main-life .next:after {/* content: 'next >'; */ content: '\f054'; color: var(--tanblack);}

.main-life .prev:before {content: '\f053'; color: var(--tanblack);}
.main-life .next:before {content: '다음'; font-family: var(--pretendard); text-transform: capitalize;}

/* .main-life .prev:hover, .main-life .next:hover {background-color: rgba(255,255,255,.1);} */
/* .main-life .prev, .main-life .next {display: none;} */
/* 페이징동그라미 */
.main-life .pag-num {display: flex; justify-content: center; padding: 3rem 0;}
.main-life .pag-num .swiper-pagination-bullet {margin: 0 0.5rem; width: 2rem; height: 2rem; background-color: var(--gray); opacity: 1; transition: var(--transition2);}
.main-life .pag-num .swiper-pagination-bullet-active {background-color: var(--theme-color);}

/* 유튜브 링크 video*/
.main-video {position: relative;/* display: table; */ width: 100%; /* height: 100vh;  */padding:0; box-sizing: border-box;  max-width: 1300px; margin: auto;}
.main-video .inner {position: relative; padding-bottom: 56.25%; /* 16:9 비율 */ height: 0; overflow: hidden; max-width: 100%; background: #000;}
.main-video .inner iframe{ width: 100%; height: 100%; position: absolute; top: 0;left: 0;}
.main-v{padding: 3rem var(--common-padding);}
.main-v .main-loc .title {margin: 0 auto 5rem; font-size: 2rem; text-align: center; width: 100%;}
.main-v .main-loc .title:before {content: ''; display: block; background: url(../images/main/main_title_bg.png) no-repeat center center / contain; height: 2rem; margin-bottom: 1rem; font-size: 7.35rem;}
.main-v .main-loc .title .maintit {color: var(--theme-color); font-size: 4.5rem; text-transform: capitalize; /* line-height: 1; */}
.main-v .main-loc .title .subtit {color: var(--main-color);}





/************** 메인섹션-프리미엄 **************/
.main-premium {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.main-premium .premium-slide {display:flex; margin: 0; width: 100%; align-items: center; justify-content: center; box-sizing: border-box;}
.main-premium .premium-slide .swiper-wrapper {display: flex;}
.main-premium .premium-slide .swiper-slide {display: flex; align-items: center; justify-content: flex-start; flex-direction: column; height: 100%; background: var(--theme-color);}
.main-premium .premium-slide .bg {background-repeat: repeat; background-position: center; background-size: cover; overflow: hidden; width: 100%;}
.main-premium .premium-slide .bg img {display: block; width: 110%; height: 110%; object-fit: cover; overflow: hidden;}
.main-premium .premium-slide .bg a:hover img {transform: var(--transform);}
.main-premium .premium-slide .bg a:hover:after {left: 1rem; right: 1rem; top: 1rem; bottom: 1rem; border:rgba(255,255,255,0.5) 1px solid; transition: var(--transition2);}
.main-premium .premium-slide .bg a:after {position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; content: ""; display: block; border:rgba(255,255,255,0.0) 0px solid; z-index: 8; transition-property: transition;}
.main-premium .premium-slide .copy {color: var(--white); width: calc(100% - 8.5rem); display: flex; flex-direction: column; padding: 4rem 0;}
.main-premium .premium-slide .copy p {opacity: 0.3;}
.main-premium .premium-slide .copy > b {font-weight: 300; text-transform: capitalize;}
.main-premium .premium-slide .copy span.mtxt {font-size: 3.385rem; margin: 1rem 0 1rem 0;}
.main-premium .premium-slide .copy span.stxt {font-weight: 300;}
.main-premium .premium-slide .copy em {color: var(--white); font-weight: bold;}
/* 페이지넘버 */
.main-premium .pag {position: absolute; top: 0px; left: 50%; transform: translateX(-50%); z-index: 2; font-weight: 200; color: var(--white); display: none;}
.main-premium .pag b {font-weight: 700; margin-right: 10px; color: var(--theme-color); }
.main-premium .pag em {margin-left: 10px;}
/* 좌우버튼-버튼영역 */
.main-premium .prev, .main-premium .next {position: absolute; z-index: 3; width: 60px; height: 60px; border-radius: 50rem; display: block; left: 0rem; top: 10rem; transition: var(--transition2); border: 1px solid var(--lightgray); box-shadow: var(--box-shadow1); display: none;}
.main-premium .next {left: auto; right: 0rem;}
.main-premium .prev:hover, .main-premium .next:hover {background-color: var(--white);}
/* 좌우버튼-화살표 */
.main-premium .prev:after, .main-premium .next:after {content: ''; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; border-top: 2px solid var(--mudgray); border-right: 2px solid var(--mudgray); display: block; margin: -6px 0 0 -4px; transform: rotate(-135deg);}
.main-premium .next:after {margin: -6px 0 0 -8px; transform: rotate(45deg);}
/* 페이징동그라미 */
.main-premium .pag-num {display: flex; justify-content: center; margin: 3rem 0rem;}
.main-premium .pag-num .swiper-pagination-bullet {margin:0 0.2rem; width: 5rem; height: 0.7rem; background-color: var(--mudgray); opacity: 0.3; transition: var(--transition2); border-radius: 5rem; transition-property: width opacity;}
.main-premium .pag-num .swiper-pagination-bullet-active {background-color: var(--theme-color); opacity: 1;}





/* 세대안내테스트 */
/* .swiper {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.swiper-slide {text-align: center; background: var(--theme-color); display: flex; justify-content: center; align-items: center; overflow: hidden; background-repeat: repeat; background-position: center; background-size: cover;}
.swiper-slide img {display: block; width: 100%; height: 100%; object-fit: cover;}
.swiper .swiper-slide {height: 40vh; line-height: 40vh;}
.swiper .swiper-slide:nth-child(2n) {height: 40vh; line-height: 40vh;}
.swiper-pagination-bullet {width: 2rem; height: 2rem; line-height: 20rem; text-align: center; font-size: 2rem; color: var(--black); background: var(--lightgray); opacity: 0.5;}
.swiper-pagination-bullet-active {color: var(--white); background: var(--theme-color); opacity: 1;} */

/************** 메인섹션-unit 세대안내-슬라이드 **************/
.main-unit {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.main-unit .unit-slide {display:flex; margin: 0; width: 100%; align-items: center; justify-content: center; box-sizing: border-box;}
.main-unit .unit-slide .swiper-wrapper {display: flex;}
.main-unit .unit-slide .swiper-slide {display: flex; align-items: center; justify-content: center; flex-direction: column; /* height: auto;  */background: var(--accent-color); position: relative; /* border: 1px solid var(--lightgray); */ box-sizing: border-box; border-radius: 3rem;}
.main-unit .unit-slide .bg {background-repeat: repeat; background-position: center; background-size: cover; overflow: hidden; height: 55%; line-height: 55vh; border-radius: 3rem 3rem 0 0;}
.main-unit .unit-slide .bg img {display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden;}
.main-unit .unit-slide .bg a:hover img {transform: var(--transform); transition-property: transition opacity; opacity: 1;}
/* .main-unit .unit-slide .bg a:hover:after {left: 0px; right: 0px; top: 0px; bottom: 0px; color: var(--simple-color); border: 15px solid currentColor; transition: var(--transition2); opacity: 0.5;} */
/* .main-unit .unit-slide .bg a:after {position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; content: ""; display: block; border:rgba(255,255,255,0.0) 0px solid; z-index: 8; transition-property: transition;} */
.main-unit .unit-slide .bg a { overflow: hidden; position: relative; z-index: 1; border-radius: 30px 0 30px 0;}
.main-unit .unit-slide .bg a:before {content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); position: absolute; transition: all 0.7s; top: 0; right: 0; opacity: 1; z-index: 2;}
/* .main-unit .unit-slide .bg a:after {content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); position: absolute; transition: all 0.7s; top: 0; left: 0; opacity: 1; z-index: 2;} */

.main-unit .unit-slide .copy {color: var(--white); /* width: calc(100% - 70%); height: calc(100vh - 80vh); */ padding: 5rem 4rem 4rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; background: var(--accent-color);  border-radius: 0 0 3rem 3rem; width: 100%; box-sizing: border-box; position: relative; z-index: 2;/* overflow: hidden; */}
.main-unit .unit-slide .copy p {opacity: 1; position: absolute; bottom: 73%; left: 50%; transform: translate(-50%, -50%); font-size: 2rem;background: var(--white); border: 1px solid var(--white-a5); border-radius: 100%; color: var(--theme-color); width: 5rem; height: 5rem; display: flex; align-items: center;justify-content: center; letter-spacing: -0.2rem; font-weight: 800; line-height: 1;}
/* .main-unit .unit-slide .copy p:before {content: ""; display: block; background: url(../images/main/ico_check.png) no-repeat center center / contain; width: 26px; height: 27px;} */

.main-unit .unit-slide .copy span.mtxt {font-weight: 400; font-size: 3rem; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%;}
.main-unit .unit-slide .copy .desc {font-weight: 200; line-height: 1.35; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}

.main-unit .unit-slide .copy span.stxt {font-weight: 200; display: none;}
.main-unit .unit-slide .copy em {color: var(--white); font-weight: bold;}
/* 페이지넘버 */
.main-unit .pag {position: absolute; top: 0px; left: 50%; transform: translateX(-50%); z-index: 2; font-weight: 200; color: var(--white); display: none;}
.main-unit .pag b {font-weight: 800; margin-right: 10px; color: var(--theme-color);}
.main-unit .pag em {margin-left: 10px;}
/* 좌우버튼-버튼영역 */
.main-unit .prev, .main-unit .next {position: absolute; z-index: 3; width: 60px; height: 60px; border-radius: 20rem; display: block; left: 2rem; top: 50%; transform: translateY(50%); transition: var(--transition2); color: var(--white); /* border: 1px solid currentColor; */ box-shadow: var(--box-shadow1); background: var(--white-a3); display: none;}
.main-unit .next {left: auto; right: 2rem;}
.main-unit .prev:hover, .main-unit .next:hover {display: block;}
/* 좌우버튼-화살표 */
.main-unit .prev::after, .main-unit .next::after {content: '\f053'; font-family: var(--awesome); font-weight: 600; }
.main-unit .next::after {content: '\f054';}
/* 페이징동그라미 */
.main-unit .pag-num {display: flex; justify-content: center; margin: 3rem 0rem; }
.main-unit .pag-num .swiper-pagination-bullet {margin:0 0.2rem; width: 3rem; height: 1rem; background-color: var(--mudgray); opacity: 0.3; transition: var(--transition2); border-radius: 0.5rem; transition-property: width opacity;}
.main-unit .pag-num .swiper-pagination-bullet-active {background-color: var(--accent-color); opacity: 1;}
.main-unit .pag-num span {font-size: 0rem; color: var(--white); display: flex; align-items: center; justify-content: center;}




/************** 메인섹션-loc 오시는길  **************/
.main-loc {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.main-loc .desc {display: flex; flex-direction: column-reverse; gap: 5rem; justify-content: center; align-items: flex-start; color: var(--theme-color); width: 100%;}

/* .main-loc .desc {flex-direction:column-reverse;} */
/* .main-loc .desc .text {width: 100%;}
.main-loc .desc .map {width: 100%; margin-left: 0;}
.main-loc .desc .map .btn-bx-sns a {width: 50rem;} */

.main-loc .desc .text {display: flex; flex: 1; flex-direction: column; gap: 1rem; padding:0; margin-right: 0; text-align: left; width: 100%;}
.main-loc .desc .text b {font-size: 3.5rem; color: var(--tanblack);}
.main-loc .desc .text p {}

.main-loc .desc .text .tel {display: flex; flex-direction: column; font-weight: 600; margin-top: 2rem; gap: 1rem;}
.main-loc .desc .text .tel div {display: flex; align-items: center; gap: 1.2rem; font-size: 5rem; font-weight: 800; letter-spacing: -0.05em; line-height: 1;}
.main-loc .desc .text .tel .tell:before {content: "\f095"; font-size: 3.5rem;}
.main-loc .desc .text .tel .phone:before {content: "\f3cf"; font-size: 3.5rem;}

.main-loc .desc .text .caution {display: flex; flex-direction: column; gap: 0.5rem; font-size: 1.56rem; color: var(--mudgray); word-break: break-all; display: none;}
.main-loc .desc .text .caution li {display: flex;;}
.main-loc .desc .text .caution li:before {display: inline-block; content: "※"; font-size: inherit; font-weight: 400; padding-right: 0.5rem;}
.main-loc .desc .loc-add-txt {display: flex; flex-direction: column; gap: 1rem; font-size: 2.25rem; color: var(--tanblack);}
.main-loc .desc .loc-add-txt li {margin-left: 3rem;  display: flex; gap: 1rem;}
.main-loc .desc .loc-add-txt li::before {display: inline-block; margin-left: -3rem; /* padding-right:1rem; */ line-height: 1.3;}
.main-loc .desc .loc-add-txt li:first-child {display: none;}
/* .main-loc .desc .loc-add-txt li:first-child::before {content: "\e4d1";}
.main-loc .desc .loc-add-txt li:nth-of-type(2)::before {content: "\f5a0";}
.main-loc .desc .loc-add-txt li:last-child::before {content: "\f164";} */
.main-loc .desc .loc-add-txt .office::before {content: "\e4d1";}
.main-loc .desc .loc-add-txt .location::before {content: "\f5a0";}
.main-loc .desc .loc-add-txt .keyword::before {content: "\f164";}

.main-loc .desc .map {flex: 1; position: relative; border:1px solid var(--lightgray); width: 100%; margin-left: 0; overflow: hidden; }
.main-loc .desc .map #frame_map {width: 100%; height: 50vmax; max-height: 50vmax; min-height: 30rem; border: 1px solid var(--gray); box-sizing: border-box;}
.main-loc .desc .map img {object-fit: cover; object-position: center; }
.main-loc .desc .map .btn-bx-sns {display: flex; position: absolute; bottom: 0; left: 0; width: 100%; /* display: none; */}
.main-loc .desc .map .btn-bx-sns a {display: flex; padding: 4rem; justify-content: center; align-items: center; gap: 1rem; color: var(--white); width: 50%; /* text-align: center;  */line-height: 1.1; font-size: 2.5rem; font-weight: 600;}
.main-loc .desc .map .btn-bx-sns a::after {content: '\f08e'; font-size: 3rem; margin-left: auto;}
.main-loc .desc .map .btn-bx-sns .btn-kakao {background: var(--kakao); color: var(--kakao-text);}
.main-loc .desc .map .btn-bx-sns .btn-naver {background: var(--naver); color: var(--naver-text);}


/*************** 메인섹션-news 언론보도 *******************/
.main-news {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.main-news .news-slide {display:flex; margin: 0; width: 100%; align-items: center; justify-content: center; /* align-items: flex-start; height: 45vh;  line-height: 45vh; */}
.main-news .news-slide .swiper-wrapper {display: flex;}
.main-news .news-slide .swiper-slide {display: flex; align-items: center; justify-content: flex-start; flex-direction: column; height: auto; background: var(--lightgray); /* border: 1px solid var(--lightgray); */ box-sizing: border-box;}
.main-news .news-slide .bg {background-repeat: repeat; background-position: center; background-size: cover; overflow: hidden;}
.main-news .news-slide .bg img {display: block; width: 110%; height: 110%; object-fit: cover; overflow: hidden;}
.main-news .news-slide .bg a:hover img {transform: var(--transform);}
/* .main-news .news-slide .bg a:hover:after {left: 10px; right: 10px; top: 10px; bottom: 10px; border: 1px solid var(--white-a); transition: var(--transition2);}
.main-news .news-slide .bg a:after {position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; content: ""; display: block; border: 0px solid var(--white-a); z-index: 8; transition-property: transition;} */
.main-news .news-slide .copy {color: var(--tanblack); width: calc(100% - 7rem); display: flex; flex-direction: column; padding: 3rem 0; line-height: 1.3; gap: 1rem;}
.main-news .news-slide .copy p {font-weight: 200; font-size: 1.65rem; color: var(--mudgray); display: none;}
.main-news .news-slide .copy > b {display: none;}
.main-news .news-slide .copy span.mtxt {margin: 0; font-weight: 700; font-size: 2.85rem; white-space: nowrap; overflow: hidden;	text-overflow: ellipsis;}
.main-news .news-slide .copy span.stxt {font-weight: 300; font-size: 1.75rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.main-news .news-slide .copy em {color: var(--main-color); font-weight: bold;}
/* 페이지넘버 */
.main-news .pag {display: none; position: absolute; top: 0px; left: 50%; transform: translateX(-50%); z-index: 2; font-weight: 200; color: var(--white);}
.main-news .pag b {font-weight: 800; margin-right: 10px; color: var(--main-color);}
.main-news .pag em {margin-left: 10px;}
/* 좌우버튼-버튼영역 */
.main-news .prev, .main-news .next {position: absolute; z-index: 3; width: 5rem; height: 5rem; border-radius: 0.5rem; display: block; left: auto; right: 6rem; top: 0; transition: var(--transition2); border: 1px solid var(--lightgray); background: var(--white); box-shadow: var(--box-shadow1);}
.main-news .next {right: 0;}
.main-news .prev:hover, .main-news .next:hover {background-color: var(--white);}
/* 좌우버튼-화살표 */
.main-news .prev::after, .main-news .next::after {content: '\f053'; font-family: var(--awesome); font-weight: 600;}
.main-news .next::after {content: '\f054';}
/* 페이징바 */
.main-news .pag-num {display: flex; justify-content: center; margin: 3rem 0; display: none;}
.main-news .pag-num .swiper-pagination-bullet {margin:0; width: 10rem; height: 0.5rem; background-color: var(--lightgray); opacity: 1; transition: var(--transition2); border-radius: 0; transition-property: width;}
.main-news .pag-num .swiper-pagination-bullet-active {background-color: var(--theme-color); width: calc(5rem + 10rem);}


@media screen and (max-width:1740px) {		

	@media screen and (max-width:1470px){
  }	
	@media all and (max-width:1280px){
	}
	@media all and (max-width:1024px){
	.main-pop {width: 90rem;}	
	}
	@media all and (max-width:800px){
	.main-pop {width: 75rem;}	
	.main-visual .swiper-slide {height: 75vh;}
	/* .main-life .pag-num {display: none;} */
	.main-loc .desc .map .btn-bx-sns a {padding: 2.5rem; font-size: 2rem;}
	.main-loc .desc .map .btn-bx-sns a::after {font-size: 2rem;}
	.main-loc .desc .map #frame_map {height: 30vmax;}
	/*  */
	.main-unit .unit-slide .copy span.mtxt,
	.main-news .news-slide .copy span.mtxt {font-size: 2.35rem;}

	}
	@media all and (max-width:680px){
	.main-pop {width: 40rem;}
	.main-visual .swiper-slide .copy span.mtxt,
	.main-visual .swiper-slide .copy span.stxt {font-size: 4rem;}
	.main-visual .prev, .main-visual .next {display: none;}
	}
	@media all and (max-width:480px){
	.main-visual .swiper-slide {height: 70vh;}
	/* .main-news .prev, .main-news .next {top: 17rem; box-shadow:none; border-radius: 0;}
	.main-news .prev {left: unset; right: 5rem;}		 */
	}
	@media all and (max-width:320px){
	.main-pop {display: none;}
	}
}